Skip to content

fix: update keyboard shortcut and correct CSS variable typo#35

Merged
craftzdog merged 4 commits intoinkdropapp:mainfrom
crafts69guy:patch-1
Jul 21, 2025
Merged

fix: update keyboard shortcut and correct CSS variable typo#35
craftzdog merged 4 commits intoinkdropapp:mainfrom
crafts69guy:patch-1

Conversation

@crafts69guy
Copy link
Copy Markdown
Contributor

This commit updates two small but important aspects of the codebase:

  1. Keyboard Shortcut Update The shortcut for triggering the application reload has been updated to use Alt+Cmd+Shift+R (on macOS) and Alt+Shift+R (on Windows/Linux), instead of the previous Alt+Cmd+Ctrl+R / Alt+Ctrl+R. This change aligns with other system conventions and avoids conflicts with existing shortcuts.

    Old: Alt+Cmd+Ctrl+R / Alt+Ctrl+R
    New: Alt+Cmd+Shift+R / Alt+Shift+R

  2. CSS Variable Typo Fix The CSS label color was previously defined with an incorrect number of dashes in the custom property name: hsl(var(----hsl-gray-800 / 30%) has been corrected to: hsl(var(--hsl-gray-800 / 30%))

This commit updates two small but important aspects of the codebase:

1. **Keyboard Shortcut Update**
   The shortcut for triggering the application reload has been updated to use `Alt+Cmd+Shift+R` (on macOS) and `Alt+Shift+R` (on Windows/Linux), instead of the previous `Alt+Cmd+Ctrl+R` / `Alt+Ctrl+R`.
   This change aligns with other system conventions and avoids conflicts with existing shortcuts.

   Old: `Alt+Cmd+Ctrl+R` / `Alt+Ctrl+R`  
   New: `Alt+Cmd+Shift+R` / `Alt+Shift+R`

2. **CSS Variable Typo Fix**
   The CSS `label` color was previously defined with an incorrect number of dashes in the custom property name: `hsl(var(----hsl-gray-800 / 30%)` has been corrected to: `hsl(var(--hsl-gray-800 / 30%))`
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 17, 2025

@crafts69guy is attempting to deploy a commit to the inkdrop Team on Vercel.

A member of the Team first needs to authorize it.

@Keisir
Copy link
Copy Markdown
Collaborator

Keisir commented Jul 17, 2025

Why do you think the keybinds for app reload have changed? They haven't.

@crafts69guy
Copy link
Copy Markdown
Contributor Author

Oh, sorry, I might be mistaken, but I’m currently using Inkdrop on macOS and its keybinding is like this. I haven’t customized anything yet.

image

@craftzdog
Copy link
Copy Markdown
Contributor

ahhh yes, the shortcut key for mac is wrong. It is Alt+Cmd+Shift+R but on other platforms, it's ctrl-alt-r

@crafts69guy
Copy link
Copy Markdown
Contributor Author

ahh, I’m using macOS, so I assume the shortcut is different on Windows. I’m sorry—that was my mistake. However, I’ve noticed that several pages are showing the wrong shortcuts as well.
I can update it for you later. @craftzdog 😂

@craftzdog
Copy link
Copy Markdown
Contributor

i appreciate it, @crafts69guy !

@craftzdog craftzdog merged commit 40ee386 into inkdropapp:main Jul 21, 2025
1 check failed
@craftzdog
Copy link
Copy Markdown
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants